home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- disp menu\pcfiss10 1
-
- :start
- nocurs
- disp \menu\pcfiss10 2
- getkey cfx
-
- if errorlevel 3 goto quit
- if errorlevel 2 goto pub
- if errorlevel 1 goto cool
-
- :pub
- cls
- echo Copying additional PFS: First Publisher files to C:\PUB...
- copy \fp\*.* c:\pub
- cls
- echo Files have now been copied to PFS: First Publisher
- pause
- goto start
-
- :cool
- cd\coolcroc
- playcool
- cd..
- goto start
-
- :quit
- cls
- disp \menu\pcfend 1
- pause
- cursor
- cls